libdvbv5_d.desc_cable_delivery

@file desc_cable_delivery.h @ingroup descriptors @brief Provides the descriptors for the cable delivery system descriptor @copyright GNU Lesser General Public License version 2.1 (LGPLv2.1) @author Mauro Carvalho Chehab @author Andre Roth

@par Relevant specs The descriptor described herein is defined at: - ETSI EN 300 468 V1.11.1 (2010-04)

@par Bug Report Please submit bug reports and patches to linux-media@vger.kernel.org

Members

Functions

dvb_desc_cable_delivery_init
int dvb_desc_cable_delivery_init(dvb_v5_fe_parms* parms, const(ubyte)* buf, dvb_desc* desc)

@brief Initializes and parses the service location descriptor @ingroup descriptors

dvb_desc_cable_delivery_print
void dvb_desc_cable_delivery_print(dvb_v5_fe_parms* parms, const(dvb_desc)* desc)

@brief Prints the content of the service location descriptor @ingroup descriptors

Static variables

dvbc_fec_table
const(uint)[] dvbc_fec_table;

@brief converts from the descriptor's FEC into enum fe_code_rate, as defined by DVBv5 API.

dvbc_modulation_table
const(uint)[] dvbc_modulation_table;

@brief converts from the descriptor's modulation into enum fe_modulation, as defined by DVBv5 API.

Structs

dvb_desc_cable_delivery
struct dvb_desc_cable_delivery

@struct dvb_desc_cable_delivery @ingroup descriptors @brief Structure containing the cable delivery system descriptor

Meta